#wxnr {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 1000;
	display: none;
	background: rgba(0,0,0,.6);
}
#wxnr .nrdf {
	margin: auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 300px;
	height: 300px;
	padding: 20px;
	padding-top: 35px;
	margin-top: -150px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 2px 6px #777;
	-webkit-box-shadow: 0px 2px 6px #777;
	-moz-box-shadow: 0px 2px 6px #777;
	border-radius: 10px;
	box-sizing: border-box;
}
#wxnr img {
	width: 135px;
	height: 135px;
	display: block;
	margin: 0 auto;
}
#wxnr p {
	color: #333;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
}
#wxnr i {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 18px;
	height: 18px;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	background: #333;
	border-radius: 100%;
	cursor: pointer;
}
#wxnr span {
	display: inline-block;
	padding: 3px 5px;
	line-height: 18px;
	background-color: #0056f9;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
}
#wxnr span.wx {
	padding-left: 23px;
	background-image: url(../images/f3.png);
	background-size: 20px;
	background-position: 5px center;
	background-repeat: no-repeat;
}

#weixin {
	position: fixed;
	top: 50%;
	margin-top: -23px;
	z-index: 9999999;
	font-size: 16px;
	color: #fff;
	width: 90%;
	right: 5%;
	line-height: 46px;
	text-align: center;
	background: rgba(0, 0, 0, 0.8);
	border: 2px solid #333;
	border-radius: 5px;
	display: none;
}
@media screen and (min-width: 800px){
	.toolbar {
		position: fixed;
		top: 50%;
		right: 1%;
		margin-top: -163px;
		z-index: 100;
		width: 80px;
	}
	.toolbar dd {
		position: relative;
		float: left;
		width: 80px;
		height: 80px;
		background: #0056f9;
		margin-top: 2px;
		border-radius: 5px;
		color: #fff;
		font-size: 14px;
		line-height: 21px;
		text-align: center;
		cursor: pointer;
		transition: all .5s;
	}
	.toolbar dd:first-child {
		margin-top: 0;
	}
	.toolbar dd i {
		width: 100%;
		height: 30px;
		display: block;
		margin-top: 13px;
		background: url(../images/toolbar.png) no-repeat center 0;
	}
	.toolbar dd.qq i {
		background-position-y: 0;
	}
	.toolbar dd.tel i {
		background-position-y: -30px;
	}
	.toolbar dd.code i {
		background-position-y: -60px;
	}
	.toolbar dd.top i {
		background-position-y: -90px;
	}
	.toolbar dd span {
		display: block;
		color: #fff;
	}
	.toolbar dd.tel .box {
		position: absolute;
		top: 0;
		width: 190px;
		right: -200px;
		height: 100%;
		margin-right: 10px;
		border-radius: 5px;
		background: #0056f9;
		opacity: 0;
		transition: all .5s;
	}
	.toolbar dd.tel .box p {
		font-size: 14px;
		margin: 15px auto 7px;
	}
	.toolbar dd.tel .box h3 {
		font-size: 18px;
		font-weight: bold;
	}
	.toolbar dd.tel .box:after {
		display: block;
		content: " ";
		border-style: solid dashed dashed dashed;
		border-color: transparent transparent transparent #0056f9;
		border-width: 9px;
		width: 0;
		height: 0;
		position: absolute;
		top: 50%;
		margin-top: -9px;
		right: -18px;
		margin-left: -12px;
	}
	.toolbar dd.code .box {
		position: absolute;
		top: 0;
		width: 162px;
		right: -172px;
		height: 162px;
		margin-right: 10px;
		border-radius: 5px;
		background: #0056f9;
		opacity: 0;
		transition: all .5s;
	}
	.toolbar dd.code .box img {
		width: 140px;
		height: 140px;
		padding: 11px;
	}
	.toolbar dd.code .box:after {
		display: block;
		content: " ";
		border-style: solid dashed dashed dashed;
		border-color: transparent transparent transparent #0056f9;
		border-width: 9px;
		width: 0;
		height: 0;
		position: absolute;
		top: 30px;
		right: -18px;
		margin-left: -12px;
	}
	.toolbar dd:hover {
		background: #333;
	}
	.toolbar dd.tel:hover .box {
		opacity: 1;
		right: 80px;
	}
	.toolbar dd.code:hover .box {
		opacity: 1;
		right: 80px;
	}
	#bottom {
		display: none;
	}
}

@media screen and (max-width: 800px){
    .toolbar{display: none;}
    #bottom {
		display: block;
	}
.bottom {
	width: 100%;
	height: 60px;
	background: #0056f9;
	margin: 0 auto;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99;
}
.bottom ul {
	max-width: 640px;
	height: 60px;
	margin: 0 auto
}
.bottom ul li {
	width: 25%;
	height: 60px;
	display: block;
	float: left;
	text-align: center;
	background: url(../images/bottom_li.png) no-repeat right center
}
.bottom ul li a {
	color: #fff;
	font-size: 12px
}
.bottom ul li:nth-of-type(4) {
	background-image: none
}
.bottom ul li.f1 i {
	display: block;
	width: 100%;
	height: 32px;
	background: url(../images/f1.png) no-repeat center;
	margin-top: 5px; background-size:30px
}
.bottom ul li.f2 i {
	display: block;
	width: 100%;
	height: 32px;
	background: url(../images/f2.png) no-repeat center;
	margin-top: 5px;background-size:30px
}
.bottom ul li.f3 i {
	display: block;
	width: 100%;
	height: 32px;
	background: url(../images/f3.png) no-repeat center;
	margin-top: 5px;background-size:30px
}
.bottom ul li.f4 i {
	display: block;
	width: 100%;
	height: 32px;
	background: url(../images/f4.png) no-repeat center;
	margin-top: 5px;background-size:30px
}
}
	

	